HipUWPFile

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(string path, FileMode mode)
Undocumented in source.

Members

Functions

close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
getSize
ulong getSize()
Undocumented in source. Be warned that the author may not have intended to support it.
open
bool open(string path, FileMode mode)
Undocumented in source. Be warned that the author may not have intended to support it.
read
int read(void* buffer, ulong count)
Undocumented in source. Be warned that the author may not have intended to support it.
seek
long seek(long count, int whence)

Whence is the same from stdio

Variables

fp
HANDLE fp;
Undocumented in source.

Inherited Members

From HipFile

mode
FileMode mode;
Undocumented in source.
path
string path;
Undocumented in source.
size
ulong size;
Undocumented in source.
cursor
ulong cursor;
Undocumented in source.
seek
long seek(long count, int whence)

Whence is the same from libc

rawRead
T[] rawRead(T[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta